Help Me Fixing This Bug
#4

Quote:
Originally Posted by coool
Посмотреть сообщение
Try changing
to

and so all the others
Thanks It Worked Can U Help Me With Another Thing I Am Having Another Problem That When A Vip Use Command Like /dcar The Vehicle Get Spawned Near Him But When He Left The Vehicle It Do Not Get Destroyed After Some Time Can U Help me In Making It That Only VIP Vehicles That Got Spawned With command /dcar get destroyed after some time plzz help me

Here is my command
Код:
CMD:dcar(playerid,params[]) {
 if(PlayerInfo[playerid][LoggedIn] == 1) {
		if(PlayerInfo[playerid][dRank] >= 1) {
		new Float:x,Float:y,Float:z;
		GetPlayerPos(playerid,x,y,z);
		CreateVehicle(411,x,y,z,100,0,0,-1);
		PutPlayerInVehicle(playerid,411,2);
		} else return SendClientMessage(playerid,red,"ERROR: You Need Atleast Donor Rank 1 To Use This Command");
 } else return SendClientMessage(playerid,red,"ERROR: You must be logged in to use this commands");
Reply


Messages In This Thread
Help Me Fixing This Bug - by Speaker - 10.03.2017, 03:10
Re: Help Me Fixing This Bug - by coool - 10.03.2017, 03:54
Re: Help Me Fixing This Bug - by oSAINTo - 10.03.2017, 03:57
Re: Help Me Fixing This Bug - by Speaker - 10.03.2017, 04:11
Re: Help Me Fixing This Bug - by oSAINTo - 10.03.2017, 04:36
Re: Help Me Fixing This Bug - by Speaker - 10.03.2017, 04:38
Re: Help Me Fixing This Bug - by oSAINTo - 10.03.2017, 04:41
Re: Help Me Fixing This Bug - by Toroi - 10.03.2017, 04:52
Re: Help Me Fixing This Bug - by oSAINTo - 10.03.2017, 04:54
Re: Help Me Fixing This Bug - by Toroi - 10.03.2017, 05:06

Forum Jump:


Users browsing this thread: 1 Guest(s)