Search Results
i got some weird erros: Код: C:\Program Files (x86)\PAWN Compiler\include\a_mysql.inc(1) : error 010: invalid function or declaration C:\Program Files (x86)\PAWN Compiler\include\sscanf2.inc(1) : ...
591
is there any possible way to check if left, right key been released ? im using GetPlayerKeys in onplayerupdate callback, not OnPlayerKeyStateChange
97
Quote: San Andreas revolves around the gang member Carl "CJ" Johnson returning home from Liberty City to Los Santos, San Andreas, after learning of his mother's murder. src clear?...
298
[ame]http://www.youtube.com/watch?v=ZhxrfwF8VrY[/ame] there you go
96
depends on what operating system you're using
96
you need compile .pwn file to .amx if you're using notepad++ ( https://sampforum.blast.hk/showthread.php?tid=174046 ) other way go with classic pawn
179
what is color of this: panel background? i know it's solid black, but i need hex code of it thanks
152
Quote: Originally Posted by Haydn Ok, I am going to get this, is this alright? Or this http://www.ebay.co.uk/itm/AMD-FX-410...ht_2252wt_1270 my cpu, works perfectly recommend ^ edi...
240
Quote: Originally Posted by dknez15 Read what? this fatal error 100: cannot read from file: "YSI\y_ini" thats means that you have not include called "YSI\y_ini" in your pawn includes ...
969
Quote: Originally Posted by costel_nistor96 * You can't attach a single object to more than 1 vehicle. do the same thing like with vehicle
152
Ahh, I thought you doing custom script. Then: Код: dcmd_setteam(playerid, params[]) { new pID, tID; if(sscanf(params,"rd",pID, tID)) return SendClientMessage(playerid,-1,"/setteam [playe...
352
Код: dcmd_setteam(playerid, params[]) { new pID, tID; if(sscanf(params,"rd",pID, tID)) return SendClientMessage(playerid,-1,"/setteam [playerid/PartOfName] [TeamID] "); yourteamvari...
352
basically you need add additional variable and param to sscanf function. just like this Код: CMD:kick(playerid,params[]) { // params is text input after your command ( in this case 'kick') ...
156
you're welcome ask if have any more questions
156
Код: CMD:kick(playerid,params[]) { // params is text input after your command ( in this case 'kick') new id;// creating variable in which we will store the id of player /kick [id] in other...
156
Try use 32 bit resolution mode
188