Search Results
4/10 you could do better.
135
pawn Код: CMD:giveweed(playerid,params[]){    if(PlayerInfo[playerid][pJob] == 1)    {        new targetid,type;        if(sscanf(params, "ud", targetid, type)) return SendClientMessag...
60
How would I get this too say the players name? pawn Код: ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD,"NewERA","Type Welcome Back to NewERA Roleplay %s, type your password to lo...
59
pawn Код: CMD:stats(playerid, params[]){    if(IsPlayerConnected(playerid))    {        new            string[ 128 ],            Age = PlayerInfo[ playerid ][ pAge ],      Â...
119
simple, you could make it better though, +rep
222
pawn Код: ALTCOMMAND:o->ooc;CMD:ooc(playerid, params[]){    new        string[ 186 ]    ;    if((noooc) && PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(player...
101
it doesn't work, like the ooc chat does but I cant disable it
101
pawn Код: ALTCOMMAND:o->ooc;CMD:ooc(playerid, params[]){    new        string[ 186 ]    ;    if((noooc) && PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(player...
101
the bigger the script is the longer it takes to compile, that or you got a slow computer.
168
stick with yini. its proving to be the fastest saving system, then again I never really tired sqlite
168
Quote: Originally Posted by Frede Are you sure the vLOCKED is a bool? Yeah
144
Код: C:\Users\Michael\Desktop\test\gamemodes\Wildside.pwn(940) : warning 213: tag mismatch C:\Users\Michael\Desktop\test\gamemodes\Wildside.pwn(961) : error 029: invalid expression, assumed zero C...
144
that give mess more errors Код: C:\Users\Michael\Desktop\test\gamemodes\Wildside.pwn(940) : error 017: undefined symbol "INI_Int" C:\Users\Michael\Desktop\test\gamemodes\Wildside.pwn(961) : error...
144
pawn Код: forward public LoadVehicleData(vehicleID, name[], value[]);public LoadVehicleData(vehicleID, name[], value[]){    new strLoc[8];    INI_Int("model", VehicleInfo[vehicleID][vModel]);Â...
144
pawn Код: CMD:makeleader(playerid, params[]){        new targetid, factionid, string[128], targetname[24], playername[24];    if(sscanf(params, "ui", targetid, factionid)) return SendClientM...
71
Quote: Originally Posted by TomatoRage Dn't make == make = If there is "if" make == thankyou!!! +rep
128
pawn Код: CMD:makeleader(playerid, params[]){        new targetid, factionid, string[128], targetname[24], playername[24];    if(sscanf(params, "ui", targetid, factionid)) return SendClientM...
128