02.04.2009, 12:47
Im making a location command, but i want to check if something is entered using the params. If not, then display a message..Can somebody help me?
This is my code for now:
Thnx
This is my code for now:
pawn Код:
dcmd_loc(playerid, params[])
{
GetPlayer2DZone(playerid, Zone, MAX_ZONE_NAME);
SendClientMessage(playerid, COLOR_GREY, Zone);
return 1;
}