about .amx files
#4

Try this

Код:
if(strcmp(cmdtext, "/atashneshan", true) == 0)
{
new Float:X,Float:Y,Float:Z,car;
GetPlayerPos(playerid,X,Y,Z);
car = CreateVehicle(407,X,Y,Z,-1,-1,50000);
PutPlayerInVehicle(playerid,car,0);
SendClientMessage(playerid,0x33AA33AA,"You now have a Public Service Firetruck ");
return 1;
}
Reply


Messages In This Thread
about .amx files - by amin-pwa - 29.10.2009, 11:25
Re: about .amx files - by dice7 - 29.10.2009, 11:26
Re: about .amx files - by amin-pwa - 29.10.2009, 12:43
Re: about .amx files - by Desert - 29.10.2009, 13:19
Re: about .amx files - by dirkblok - 29.10.2009, 14:07
Re: about .amx files - by amin-pwa - 29.10.2009, 20:54

Forum Jump:


Users browsing this thread: 1 Guest(s)