30.05.2009, 20:34
pawn Код:
if( !strcmp(cmdtext,"/mou",true ))
{
MoveObject(helipad,382.001038,2500.741211,52.551369,100);
SendClientMessage(playerid,COLOR_RED, "The object has been moved up! ");
return 1;
}
if( !strcmp(cmdtext,"/mod",true ))
{
MoveObject(helipad,372.814697,2547.501709,14.510818,100);
SendClientMessage(playerid, COLOR_RED, "The object has been moved down! ");
return 1;
}