08.09.2013, 13:06
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 }
{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; }