Search Results
Do you have Saving System ? If you don't have, better to make one Try this: [Tutorial] Login and Register System - Dialogs - Using Y_INI
88
Looking to work as a Server Scripter :- Server/Community must meet some requirements which are as follows below, » • Server must be :- ◦ Stunt/Drift/Parkour/DM/TDM/Race/Freeroam. ◦ Zombie Apo...
184,440
Try to add a semicolon ";" in, Код: if(sscanf(params, "s[24]", text)) return SendClientMessage(playerid, COLOR_WHITE, "[Usage]: /aname [name]") For Example, Код: if(sscanf(params, "s[24]", tex...
173
pawn Код: else if(!strcmp(cmd, "/rules"))    {        new rulesmsg[500];        strcat(rulesmsg, "---- Rules of The Pilots Paradise ----");        strcat(rulesmsg, "1) Do not deathma...
114
Try This then :- pawn Код: if(PInfo[playerid][TotalScore] == 0)            {                new msg[350];                strcat(msg, "{FFFF00}Hey! It looks like you have not ...
114
Quote: Originally Posted by Stinged The variable are linked to the playerid. Let me give an example: Let's say there was an admin level 5 with id 0 online, and that player left. The admin...
213
Hello there once again, I've encountered this problem, so i've put 'CreateVehicle', 'AddStaticVehicle' and 'AddStaticVehicleEx' in OnGameModeInit callback. But none of them are showing in the Server b...
113
Stop making double topics. Same topic = error 010: invalid function or declaration and we don't have magic wands to get which line is it. EDIT :- Quote: Originally Posted by saikumar ge...
132
Try this one :- pawn Code: public OnLoginAttempt(playerid) {    new rows,fields;    cache_get_data(rows,fields);    new loginattempts = GetPVarInt(playerid,"LoginAttempts");    new msg[128];Â...
148
Are you connected to the database mate ? EDIT :- Stop bumping two times -.-
121
You'll need to update your streamer Include / Plugin Try updating your streamer.inc, First of all, Streamer Plugin & Include: [Plugin] Streamer Plugin ****** Project Download Page for Streamer...
129
Maybe you missed some Plugins or Includes; Well try to use nativechecker :- Use nativechecker plugin to find out which problem you are facing; First of all, NativeChecker Plugin: [Plugin] nativeche...
129
Simply add this on your command :- pawn Code: new string[200];new pName[MAX_PLAYER_NAME];GetPlayerName(playerid, pName, sizeof(pName));format(string, sizeof(string), "{%06x}%s(%d){FFFFFF}: has telepo...
150
pawn Код: new string[100], dialogstring[200];format(string, sizeof(string), "text %specifier", variable);strcat(dialogstring, string);format(string, sizeof(string), "text %specifier", variable);st...
113
Quote: Originally Posted by Rittik @SampProduction why are you copying my code. Are you high nigguh ?, Our code is not the same, it's different :O :- Код: DELETED, In favor of Mr. ...
131
Well, can you show your 'SendAdminMessage' Stock, Function, whatever... Try This :- Код: DELETED, In favor of Mr. Rittik -_-
131
Quote: Originally Posted by Tuntun I've added your codes and got these error: Код: E:\WOT\gamemodes\555.pwn(18492) : warning 202: number of arguments does not match definition E:\WOT\...
120
Quote: Originally Posted by Imperor Thats the range upto which that color is send he is supposed to change it to his own varibale Are you high dude ? Well, where's the definition/funct...
103
Quote: Originally Posted by Imperor Try this one, reply in case of a error pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){    if (PRESSED(KEY_ANALOG_DOWN))    ...
103