Search Results
Yeah thanks for all that, I realised I could write the script myself, and put the colors that suit me, but thanks anyways, again.
492
Quote: Originally Posted by Ihateyou <code>hello world</code> this? http://www.w3schools.com/tags/tag_code.asp I need something that will automatically highlight the keyw...
492
Hey, if there are any HTML/CSS Programmers here, does anyone know how can I make my custom code higlighting, like the [pawn] tag at these forums. For example: pawn Код: #include SOMETHING.incif(...
492
Use pawn Код: if(strlen(newname) < 3 ...) instead of pawn Код: if(newname < 3 ...
157
Quote: Originally Posted by rickisme show we function OnAccountLoad and make sure length of column Password is 128 No, the password field must be 129 characters in length. That's the le...
321
If you are using Textdraws, then just make one of the textdraws visible when player enters a plane/helicopter, in this case, the speedometer. (and the vehicle health)
154
Check the 'OnPlayerText()' callback, maybe something in there is bugging it. Or just post it here.
328
If you are using 'nativechecker' as a plugin (and if it is inputted as plugin in server.cfg), make sure it is the last one in order. For example Код: ... plugins streamer zcmd mysql nativechecker
335
Quote: Originally Posted by BroZeus show OnPlayerSpawn pawn Код: public OnPlayerSpawn(playerid){    return 1;}
251
Quote: Originally Posted by BroZeus add this pawn Код: public OnPlayerSpawn(playerid){return 1;} I already have that.
251
I just created a new script, with player coordinate saving system (for spawning to proper place when relogging). But when the player connects, he is spawned - but he is frozen, can't move or control t...
251
Now i get these: pawn Код: warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
390
Is this one the latest https://sampforum.blast.hk/showthread.php?tid=102865 ( https://github.com/samp-incognito/sa...eases/tag/v2.7 ) ?
390
It might be because the host is using the streamer.so (Linux version of the plugin) and i'm using the .dll version?
390
I have discovered that when I test the server locally, the objects show there...It might be that host is having some sort of bug or...?
390
I have lots of warnings like this in the server log Код: [13:33:17] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11 I use CreateDynamicObject, streamer plugin, and everything is p...
390
Quote: Originally Posted by NovaGaming Having same issue no ojects are showing even if you have incognito's streamer The objects dont show even tho' everything is properly done,thats wh...
225
It won't show objects that are created over CreateDynamicObject ... ?
7,208