Search Results
Quote: Originally Posted by Lexless Line? same as here: https://github.com/Coystark/MenuStor.../MenuStore.inc
8,552
Quote: Originally Posted by jasperschellekens Since I can't reach the author of this include, I've fixed it myself: pawn Code: /*    MenuStore - Version 4.2    Created by CaioTJF*//*Â...
8,552
Quote: Originally Posted by SkyFlare Yeah, also getting warnings from other Includes too, I am guessing I have to correct the natives for all of these. or just backup first and then upd...
1,014
PHP Code: preLoadAnim(playerid, const animlib[]) return ApplyAnimation(playerid, animlib, "null", 0.0, 0, 0, 0, 0, 0); PreloadAnims(playerid) {     preLoadAnim(playerid,"DANCING");...
1,014
You mean server variable or player variable?
471
you can get their id's from txd workshop, i don't know them but they are there for sure. i assume you want to create some textdraws.
352
after Code: orm_setkey(ormid, "username"); add the orm_apply_cache function Code: orm_apply_cache( ormid, 0 ); // example i dont know why, but i've changed it to Code: orm_setkey( ormid, "ID" ); ...
448