This is a test forum with a static import from forum.open.mp it will not be automatically synchronised so any posts you make here will be lost when we migrate fully.
@putusuhartawan
PutuSuhartawan
public OnPlayerConnect(playerid) { ? ? new ? ? ? ? string[24]; ? ? GetPlayerVersion(playerid, string, sizeof(string)); ? ? format(string, sizeof(string), "Your version of SA-MP: %s", string); ? ? SendClientMessage(playerid, 0xFFFFFFFF, string); ? ? // possible text: "Your version of SA-MP: 0.3.7" ? ? return 1; } what next?
Please sign up or log in to reply