Search Results
new number[MAX_PLAYERS]; new myNumber = 5; for(new i = 0; i < MAX_PLAYERS; i++) { if (myNumber == number[i]) { myNumber = number[i] + 1; } } Maybe this will help. But as Vince said.... we need mo...
114
Quote: Originally Posted by sam1929 i love this but all the time i load it my game server crash and where is the pawn code at? all we get is the amx and a readme and please do not tell me ...
256
Ok I set it to TextDrawTextSize(userpanel[playerid],100.000000,438.000000); but problem was not resolved
101
Hi, I have some problem with SelectTextDraw(playerid,color); I have created txtdraw : Код: userpanel = TextDrawCreate(0,428,"User panel"); TextDrawLetterSize(userpanel,1.000000,2.000000); TextDr...
81
Hi, I have same problem and I changed TextSize too but nothing changed Код: userpanel = TextDrawCreate(0,428,"User panel"); TextDrawLetterSize(userpanel,1.000000,2.000000); TextDrawAlignment(use...
101
DOWNLOAD: http://www.solidfiles.com/d/72aee70be7/ Hi, you know that feel when you immediately need ID of vehicle or other model but you don't want to quit game or press alt+tab so created new FS. W...
256