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
169
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...
362,545
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...
249
pawn Код: else if(!strcmp(cmd, "/rules"))    {        new rulesmsg[500];        strcat(rulesmsg, "---- Rules of The Pilots Paradise ----");        strcat(rulesmsg, "1) Do not deathma...
190
Try This then :- pawn Код: if(PInfo[playerid][TotalScore] == 0)            {                new msg[350];                strcat(msg, "{FFFF00}Hey! It looks like you have not ...
190
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...
363
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...
199
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...
268
Try this one :- pawn Code: public OnLoginAttempt(playerid) {    new rows,fields;    cache_get_data(rows,fields);    new loginattempts = GetPVarInt(playerid,"LoginAttempts");    new msg[128];Â...
316
Are you connected to the database mate ? EDIT :- Stop bumping two times -.-
271
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...
257
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...
257
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...
231
pawn Код: new string[100], dialogstring[200];format(string, sizeof(string), "text %specifier", variable);strcat(dialogstring, string);format(string, sizeof(string), "text %specifier", variable);st...
205
Gz, Syntax Brother Awesome ...
1,532
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. ...
266
Well, can you show your 'SendAdminMessage' Stock, Function, whatever... Try This :- Код: DELETED, In favor of Mr. Rittik -_-
266
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\...
250
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...
223
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))    ...
223