2021-04-07, 05:31 AM
(This post was last modified: 2021-04-09, 05:12 AM by 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?
{
? ? 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?