- 0
Ajutor Eroare
-
Similar Content
-
- 1 answer
- 454 views
-
- 1 answer
- 24 views
-
- 0 replies
- 222 views
-
- 6 answers
- 365 views
-
- 1 answer
- 204 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
WARfree
Problema intalnita (descriere): am facut sistemu de vehicule de la gm ReInforce si imi da eroare 001 pe linia 52 cu toate ca nu am modificat nimic la ea
Ero(area / rile) / warning-(ul / urile):C:\Users\Utilizator\Desktop\RIF(TheSpy)\samp03\gamemodes\gamemode.pwn(52) : error 001: expected token: ";", but found "stock"
Liniile de cod / sursa / script-ul(obligatoriu):Linia 52 cu totu
stock Starts0bCheck(playerid, type) //asta este linia 52
{
if(IsPlayerConnected(playerid))
{
// Don't check people in tutorial or hospital.
if( IsPlayerInRangeOfPoint(playerid, 1.0, 1192.256836, -1304.637939, 7.0000) || // All Saints
IsPlayerInRangeOfPoint(playerid, 1.0, 2012.323608, -1436.354370, 5.0000) || // County General
IsPlayerInRangeOfPoint(playerid, 1.0, 764.4561160, -1761.971436, 0.0000) || // Tutorial First Position.
IsPlayerInRangeOfPoint(playerid, 1.0, 2324.685303, -2340.955078, 0.0000)) return 1; // Tutorial Second Position.
if(IsPlayerInAnyVehicle(playerid))
{
new Float:pos[3];
GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
SetPlayerPos(playerid, pos[0], pos[1], pos[2]);
}
SetCameraBehindPlayer(playerid);
TogglePlayerControllable(playerid, 0);
SetTimerEx("Finishs0bCheck", 3000, 0, "ii", playerid, type);
}
Imagini / Video (optional):
Ati incercat sa rezolvati singur?: da
Link to comment
Share on other sites
2 answers to this question
Recommended Posts