Buna,la compilarea unui gamemod am intampinat urmatoarea eroare:
D:\Jocuri\SAMP\Zonek\gamemodes\Zonek.pwn(39496) : error 014: invalid statement; not in switch
D:\Jocuri\SAMP\Zonek\gamemodes\Zonek.pwn(39496) : warning 215: expression has no effect
D:\Jocuri\SAMP\Zonek\gamemodes\Zonek.pwn(39496) : error 001: expected token: ";", but found ":"
D:\Jocuri\SAMP\Zonek\gamemodes\Zonek.pwn(39496) : error 029: invalid expression, assumed zero
D:\Jocuri\SAMP\Zonek\gamemodes\Zonek.pwn(39496) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
Question
[DGS]sink
Buna,la compilarea unui gamemod am intampinat urmatoarea eroare:
Va dau si liniacase 9: //Stirile ProTv { if(SelectCharPlace[playerid] == 1) { SetPlayerSkin(playerid, JoinPed[43][0]); SelectCharPlace[playerid] = 2; ChosenSkin[playerid] = JoinPed[43][0]; } else if(SelectCharPlace[playerid] == 2) { SetPlayerSkin(playerid, JoinPed[44][0]); SelectCharPlace[playerid] = 3; ChosenSkin[playerid] = JoinPed[44][0]; } else if(SelectCharPlace[playerid] == 3) { SetPlayerSkin(playerid, JoinPed[45][0]); SelectCharPlace[playerid] = 1; ChosenSkin[playerid] = JoinPed[45][0]; } }Ajutati-ma va rog
0 answers to this question
Recommended Posts