Empty Staement???
#2

PHP код:
CMD:getcveh(playerid,params[])
{
    if(
P_Var[playerid][p_Adminlevel] == 0) return SendClientMessage(playerid,C_GRAD,"You are not authorized to use this command!");
    new 
id,FloatPos[3];
    if(
sscanf(params,"u",id)) return SendClientMessage(playeridC_GREY"Format: /Getveh [vehicle id]");
    
GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
    
SetVehiclePos(CreatedVehicles[id],Pos[0],Pos[1],Pos[2]);
    return 
1;

Try this.
Reply


Messages In This Thread
Empty Staement??? - by Shabi RoxX - 04.02.2012, 07:43
Re: Empty Staement??? - by BlackSA - 04.02.2012, 07:50
Re: Empty Staement??? - by Shabi RoxX - 04.02.2012, 08:04
Re: Empty Staement??? - by BlackSA - 04.02.2012, 08:14
Re: Empty Staement??? - by =WoR=Varth - 04.02.2012, 08:28

Forum Jump:


Users browsing this thread: 1 Guest(s)