14.01.2012, 12:31
Edited my previous post, use that goto.
About the warning:
About the warning:
pawn Код:
dcmd_igoto(playerid,params[]) {
#pragma unused params
if(gotost[playerid] == 1) {
SendClientMessage(playerid, -1, "Players can no longer teleport to you.");
gotost[playerid] = 0;
}
else {
SendClientMessage(playerid, -1, "Players can now teleport to you.");
gotost[playerid] = 1;
}
return 1;
}