Search Results
Hi guys I'm trying to make a little command, and I want an "if" statement, that checks if the vehicle (pVeh is that case) can be modded (add nitro, different wheels, etc.. to it). I'd appreciate it i...
92
Are you using any command processor like ZCMD, or "OnPlayerCommandText"?
171
Quote: Originally Posted by pds2012 can you show us how you set you're variable if player is login. there is should something look like this pawn Код: //if player logged inpInfo[player...
127
Quote: Originally Posted by mastermax7777 pawn Код: if (pInfo[playerid][pLogged] == false){    return SendClientMessage(playerid, COLOR_RED, "You must be logged in before writing!");...
127
Quote: Originally Posted by burnfire Hmmmm...A method it's to return at OnPlayerText 0,because,if you return "1" will appear the "original" text(the SA:MP team default text).If you return ...
127
Hi I'm trying to create a code that won't allow the player to write text or commands until he is logged in, but it doesn't seem to work so well. I'd really appreciate it if someone could help me К...
127
Quote: Originally Posted by Dwane I used to have the same problem back in 2011 when I used y_ini. There're a lot of tutorials that if you follow them correctly about the login part, they w...
111
Is there a folder called "Users" under the "scriptfiles" folder?
118
Hi, how are you? I'm trying to develop a DM Gamemode. This is one of my first times using Y_INI and I'm not so familiar with it yet. I got the registration code all working, and now I just can't seem ...
111
I don't understand what you're asking. Can you please explain a little more?
118
Next time please go to the Script Request thread Код: CMD:ip(playerid, params[]) { new id, ip[30], ipstr[30]; if (sscanf(params, "d", id)) return SendClientMessage(playerid, 0xFFFFFFFF, "USAGE:...
142
Hi. I'm new to the MySQL RC7 with the caching and all. I did this: Код: public OnPlayerConnect(playerid) { new rows, fields; format(str, sizeof(str), "SELECT `id` FROM `users` WHERE `username` =...
57