Problem My Role Play server - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem My Role Play server (
/showthread.php?tid=378030)
Problem My Role Play server -
No[X]eR - 16.09.2012
Hello everyone what I want to buy a vehicle that seems to me You got bug with this vehicle please go to the admin take the line of it may help you to solve my Tbaih
Line
PHP Code:
if(strcmp(PlayerVehicle[playerid][pVeh1], "None", true))
{
format(str, sizeof(str), "Vehicles/Vehicles/%s.cfg",PlayerVehicle[playerid][pVeh1]);
if(dini_Exists(str))
{
LoadVehicles(playerid, PlayerVehicle[playerid][pVeh1]);
engineOn[veh1[playerid]] = false;
}
else SendClientMessage(playerid,COLOR_LIGHTRED, "You got bug with this vehicle please go to the admin");
return 1;
}
else
{
Thanks assistants
Re: Problem My Role Play server -
SAMP_Luke - 16.09.2012
Put it in
tags to help us understand more
Re: Problem My Role Play server -
No[X]eR - 16.09.2012
Here I put PHP code OK?
Re: Problem My Role Play server -
No[X]eR - 16.09.2012
help me....