Search Results
What, how to make it global?
111
[/code] new PlayerText:Logo[MAX_PLAYERS]; public OnPlayerConnect(playerid) { Logo[playerid] = CreatePlayerTextDraw(playerid, 512.000000 , 427.000000 , "Bayside Roleplay" ) ; PlayerTextDrawBac...
111
When i connect into my server i cant see the logo textdraw and i maked it.
111
I maked lines for textdraw, for onplayerspawn, new PlayerText: Logo[playerid]; and when i connect into the server i cant see the textdraw.
45
Edit: Fixed, thanks guys for help.
197
Quote: Originally Posted by TokicMajstor Try like this: Код: new Actor[MAX_ACTORS]; //if MAX_ACTORS gives error, just make #define MAX_ACTORS 1000 , on place where are the other defin...
197
Quote: Originally Posted by TokicMajstor Show me how is bankworker1 defined? (new bankworker1...) And next time use [*code] [*/code] around the pwn code text (without *) //Bayside Bank...
197
//Start of functions: public OnGameModeInit() { TSC_Connect("serveradmin", "1Fh1PXFn", "217.182.206.227", 9987); SetGameModeText(SCRIPT_REV); speedotimer = SetTimer("Speedometer", 555, true); ...
197
When i compile i have these errors, i dont know why, can you help me guys? Errors: C:\Users\X\Desktop\CE-RP-master\gamemodes\cerp.pwn(2020) : error 012: invalid function call, not a valid address C:...
197