Posts: 90
Threads: 24
Joined: Feb 2011
Reputation:
0
i get some errorrs for declaration
Posts: 539
Threads: 17
Joined: Jul 2010
Reputation:
0
Here compiled normally, what are the errors?
Posts: 90
Threads: 24
Joined: Feb 2011
Reputation:
0
(28392) : error 010: invalid function or declaration
Posts: 10
Threads: 2
Joined: Apr 2011
Reputation:
0
if(strcmp(cmd, "/exit", true)
{
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xFF0080FF, "Get in a vehicle first.");
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid, 0xFF0080FF, "You have left out the Vehicle.");
return 1;
}
Posts: 757
Threads: 94
Joined: Feb 2011
Reputation:
0
open samp server file and ur server will be online but if u close samp server
ur server will not be online
Posts: 539
Threads: 17
Joined: Jul 2010
Reputation:
0
Yes, lol, don't need to ask it.
Posts: 90
Threads: 24
Joined: Feb 2011
Reputation:
0
My bro made sys when the cars health is under 10 in stops. now I wanna make command to call mechanic with command /callmechanic and all mechanic get message that i need help and they got 40 seconds to come to me or the check poin will desapear. Can U help me to do this?
Posts: 10
Threads: 2
Joined: Apr 2011
Reputation:
0
You should give them money if they come
Posts: 10
Threads: 2
Joined: Apr 2011
Reputation:
0
you can change this cmd
format(iStr, sizeof(iStr), "%s need a mechanic, use /acceptcall
into
format(iStr, sizeof(iStr), "%s need a mechanic, use /ac
and this
if(callmechanic==999) return SendClientMessage(playerid, 0xFF0080FF, "No one need your help!");
into if(callmechanic==999) return SendClientMessage(playerid, 0xFF0080FF, "We Need Your Help!");
and this SendClientMessage(playerid, 0xFF0080FF, "Time ended.");
into
SendClientMessage(playerid, 0xFF0080FF, "You Slow Failer!");