Quote:
Originally Posted by Mean
Edited my previous post, use that goto.
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; }
|
/igoto command doesn't work.
SERVER: Unknown command