Search Results
Hi there. I've got some problem with getting number from a list GUI. I'll show you parts of script. ShowPlayerDialog: pawn Код: mysql_query( "SELECT `uid`, `text` FROM `CrazyThings`" );mysql_store...
70
Okay, thank you (właściwie to dzięki :P).
107
Daamn, I was worrying it's all about colors... Is there any way to bypass it? I really need them.
107
Код: forward Speed(); public Speed() { for(new playerid, p = GetMaxPlayers(); playerid < p; playerid++) { new vehicleid = GetPlayerVehicleID(playerid); if(vehicleid != 0) { ne...
108
Could you show us the GetPlayerSpeed function? public Speed is a timer, right? Do you use SetTimerEx?
108
Hello. I'm scripting some advanced function with the use of textdraws, but it causes some crashes. Look at the code (of course it's changed a bit, I don't want to publish my whole work). Код: new ...
107