Jump to content

Question

Posted

salut, am un gm in care la factiuni cand dau TAB sau pe mapa nu se vad culorile de ex la pd trb sa fie albastru dar la mn se vad toate albe ce pot face? :sad:

6 answers to this question

Recommended Posts

Posted

Pui la OnPlayerConnect:

if( /*Variabila pentru a vedea ce Factiune e*/ == /*Numarul Factiunii*/ ) SetPlayerColor( playerid, /*Culoarea*/ );

142sj0l.png

Underground-GFX

Posted

Asa:

if( PlayerData[ playerid ][ pMember ] == /*Numarul Factiunii*/ ) SetPlayerColor( playerid, /*Culoarea*/ );

142sj0l.png

Underground-GFX

Posted

am bagat cum ai zis simi da erori

C:\Users\extazy\Desktop\eGammer.pwn(5187 -- 5188) : error 001: expected token: ",", but found "-identifier-"

C:\Users\extazy\Desktop\eGammer.pwn(5193) : error 017: undefined symbol "PlayerData"

C:\Users\extazy\Desktop\eGammer.pwn(5193) : warning 215: expression has no effect

C:\Users\extazy\Desktop\eGammer.pwn(5193) : error 001: expected token: ";", but found "]"

C:\Users\extazy\Desktop\eGammer.pwn(5193) : error 029: invalid expression, assumed zero

C:\Users\extazy\Desktop\eGammer.pwn(5193) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

5 Errors.

Posted

Pune asa:

if(PlayerInfo[playerid][pMember] == 12 ) SetPlayerColor( playerid, 0xFFFFFFFFF );

12 - modifici cu ce numar al factiunii doresti

FFFFFF - modifici , asta e alb acum .

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.