1 Scripting thing where i need help for.
#17

I don't understand anything about that Global bla bla Area.

Quote:

SendClientMessage(playerid, COLOR_MESSAGE_YELLOW, "If you want to repair your car, press 'CapsLock");
// (the previous player may of changed it)
TextDrawShowForPlayer(playerid, WelcomeText);
for( new slots = GetMaxPlayers( ), i; i < slots; i ++ )
{
if( IsPlayerConnected( i ) && !IsPlayerNPC( i ) )
{
SpeedBoostMultiplier[ i ] = 3.0;
}
new pCars[MAX_PLAYERS];

First error on line 4187, I don't know or i placed everything on the right place etc.





return SendClientMessage(playerid, 0xFF0000FF, "Now Drive your car into the Neon Garage");
}
}
}
}
// credits to Yuri for his carmenu
new Float: X, Float: Y, Float: Z;
GetPlayerPos(playerid,X,Y,Z);
if(dialogid == 2)
{
if (pCars[playerid] > 0) DestroyVehicle(pCars[playerid]);
PutPlayerInVehicle(playerid, CreateVehicle(modelid, Float, Float:y, Float:z, Float:angle, color1, color2, respawn_delay), 0);
pCars[playerid] = GetPlayerVehicleID(playerid);
if(response)


Second error at line 11956


I don't know anything about this things, maybe u can help me on Teamviewer.
Reply


Messages In This Thread
1 Scripting thing where i need help for. - by UnlimitedFreeroam - 26.07.2012, 15:02
Re: 1 Scripting thing where i need help for. - by Misiur - 26.07.2012, 15:11
Re: 1 Scripting thing where i need help for. - by UnlimitedFreeroam - 26.07.2012, 15:16
Re: 1 Scripting thing where i need help for. - by cosbraa - 26.07.2012, 15:19
Re: 1 Scripting thing where i need help for. - by UnlimitedFreeroam - 26.07.2012, 15:24
Re: 1 Scripting thing where i need help for. - by DaRealShazz - 26.07.2012, 15:36
Re: 1 Scripting thing where i need help for. - by cosbraa - 26.07.2012, 15:45
Re: 1 Scripting thing where i need help for. - by DaRealShazz - 26.07.2012, 15:58
Re: 1 Scripting thing where i need help for. - by UnlimitedFreeroam - 26.07.2012, 16:48
Re: 1 Scripting thing where i need help for. - by maramizo - 26.07.2012, 16:52
Re: 1 Scripting thing where i need help for. - by Misiur - 26.07.2012, 16:54
Re: 1 Scripting thing where i need help for. - by maramizo - 26.07.2012, 16:56
Re: 1 Scripting thing where i need help for. - by UnlimitedFreeroam - 26.07.2012, 17:09
Re: 1 Scripting thing where i need help for. - by Misiur - 26.07.2012, 17:12
Re: 1 Scripting thing where i need help for. - by maramizo - 26.07.2012, 17:12
Re: 1 Scripting thing where i need help for. - by maramizo - 26.07.2012, 17:18
Re: 1 Scripting thing where i need help for. - by UnlimitedFreeroam - 26.07.2012, 17:24
Re: 1 Scripting thing where i need help for. - by maramizo - 26.07.2012, 17:32
Re: 1 Scripting thing where i need help for. - by UnlimitedFreeroam - 26.07.2012, 17:37
Re: 1 Scripting thing where i need help for. - by DaRealShazz - 26.07.2012, 23:35

Forum Jump:


Users browsing this thread: 1 Guest(s)