07.04.2011, 05:56
Is it possible? if yes then HOW?
EDIT : By target I mean the "target" on your gta sa map
EDIT : By target I mean the "target" on your gta sa map
if(strcmp(cmdtext, "/command", true) == 0)
{
SetPlayerPos(playerid, XYZ);
return 1;
}