Help||Command Text
#1

Hi, My Name is Bruice and im trying to build a commands that teleport's a car model to your place/position, and im super begginer on samp pawno so please help me here is the command:
{anyway im know this is low but dont laugh please just help }
Код HTML:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/getinf", cmdtext, true, 10) == 0)
	{
        GetPlayerPos(playerid, x, y, z);
        
        CreateVehicle(411, x, y, z, 0, 0, 5);
		SendClientMessage(playerid, COLOR_GREEN, "You have been teleported Infernus to your position");
    return 1;
}
		return 1;
	}
	return 0;
}
Reply


Messages In This Thread
Help||Command Text - by wakeuptomer - 08.09.2013, 13:06
Re: Help||Command Text - by Dragonsaurus - 08.09.2013, 13:12
Re: Help||Command Text - by Konstantinos - 08.09.2013, 13:18
Re: Help||Command Text - by wakeuptomer - 08.09.2013, 13:34
Re: Help||Command Text - by Konstantinos - 08.09.2013, 13:39
Re: Help||Command Text - by wakeuptomer - 08.09.2013, 13:49
Re: Help||Command Text - by Konstantinos - 08.09.2013, 13:56

Forum Jump:


Users browsing this thread: 2 Guest(s)