03.01.2012, 12:51
use zcmd for commands:
download zcmd from here: https://sampforum.blast.hk/showthread.php?tid=91354
pawn Код:
CMD:entermech(playerid, params[])
{
if(!IsPlayerInRangeOfPoint(playerid,5,1790.2391,-1720.8370,13.5395))
{
SetPlayerPos(playerid,-2029.798339,-106.675910,1035.171875);
SetPlayerInterior(playerid,3);
GameTextForPlayer(playerid,"Welcome to Cobomau Mechanics",4000,6);
return 1;
}
return 1;
}