Help with Strcmp
#10

See DainyZxZ's Cars filterscript.
pawn Код:
if (strcmp(cmdtext, "/turismo",true)==0)
{
if(IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0x33AA33AA, "You are already in a vehicle");
new Float:x,Float:y,Float:z,Float:a;
GetPlayerPos(playerid,x,y,z);
GetPlayerFacingAngle(playerid,a);
CreateVehicle(451,x+1,y+1,z,a,1,1,10000);
return 1;
}
Reply


Messages In This Thread
Help with Strcmp - by pickle55 - 23.09.2009, 22:06
Re: Help with Strcmp - by _Vortex - 23.09.2009, 22:26
Re: Help with Strcmp - by legendario - 23.09.2009, 22:27
Re: Help with Strcmp - by [HKS]dlegend - 23.09.2009, 23:05
Re: Help with Strcmp - by pickle55 - 23.09.2009, 23:19
Re: Help with Strcmp - by [HKS]dlegend - 23.09.2009, 23:22
Re: Help with Strcmp - by HuRRiCaNe - 24.09.2009, 05:13
Re: Help with Strcmp - by Abernethy - 24.09.2009, 05:35
Re: Help with Strcmp - by pickle55 - 24.09.2009, 16:31
Re: Help with Strcmp - by AG Adam - 24.09.2009, 16:34

Forum Jump:


Users browsing this thread: 2 Guest(s)