18.11.2017, 02:42
error 017: undefined symbol "SetIntVar"
How to fix that?
How to fix that?
format(string, sizeof(string), "You have bought a {00FF00}%s{FFFFFF}, for ${00FF00}%d{FFFFFF}.", GetPVarString(playerid, "ToyNameBuying"), GetPVarInt(playerid, "ToyPriceBuying")); SendClientMessage(playerid, -1, string); |
public OnPlayerDeath(playerid, killerid, reason)
{
new playerName[MAX_PLAYER_NAME+1];
GetPVarString(playerid, "PlayerName", playerName, sizeof(playerName));
printf("%s died.", playerName);
}