Search Results
Quote: Originally Posted by amirm3hdi What do you mean you can't figure ? Just convert the function names, if u did so, did u get errors or something ? it not as simple i dont think. B...
75
Im trying to convert this dini ip saving thing to y_ini and I cant figure out how to do it. PHP код: new idx[256];     if(strlen(dini_Get("pip.txt",IPAddress(playerid))) == 0)     di...
75
im trying to figure out a way to find out who got the most score in one day, i can't figure it out. pawn Код: new scoreholder[MAX_PLAYERS];public OnPlayerDeath(playerid,killerid,reason){    if(...
66
I'm getting confused when u say tolower function. can you help me pls I tried to do it but failed.
70
https://sampforum.blast.hk/showthread.php?tid=352703 Im using this for a account system. It works, but if my user connect with a different style name, 1. hello 2.HELLO it tells them to register a new...
70
Quote: Originally Posted by Mic_H So, you just want him not you get another skin, but you dont mind him changing class? if yes, Use OnPlayerSpawn.. PHP код: public OnPlayerSpawn(pl...
194
Hi, I need help with this on class selection: PHP код: public OnPlayerRequestClass(playerid,classid) {     if(pInfo[playerid][skin] > 0) { SetPlayerSkin(playerid,pInfo[playerid][ski...
194
Quote: Originally Posted by ikey07 It doesnt appear or doesnt hides? It does both like I want it too. It's that the dialog shows while the TD is showing. I want the TD to show first, ...
188
pawn Код: public OnPlayerConnect(playerid){             TextDrawShowForPlayer(playerid, ConnectTD0);    TextDrawShowForPlayer(playerid, ConnectTD1);    TextDrawShowForPlayer(playerid, C...
188
Hello. I was wondering if there was a way to show my textdraw before my login dialog. I am using y_ini for my account system. I use a 5 second timer to hide the textdraw. What happens is OnPlayerC...
188
Ok, I have a account disable system. How can I make it where disables are removed automatically after the time is up like PHP код: dcmd_disable(playerid,params[]) {     new id,days,reason...
62
Quote: Originally Posted by dusk Are you talking about the "SERVER: unknown command" error? If so, the code probably crashes somewhere.... Try downloading "crashdetect" plugin to confirm...
137
Hi. I need help with fixing this command. Includes this requires: a_samp dcmd playerzone pawn Код: dcmd_locate(playerid, params[]){        new targetid;        if(LoginCheck[playerid] =...
137
I do not have skype. Can anyone else help?
205
Quote: Originally Posted by earlybird325 Anybody? I really need this. please
205
Anybody? I really need this.
205
My current admin duty sometimes bugs the player, where they get stuck, I want to make it where the admin respawns like in the video between 0:00 and 0:05. I've tried numerous functions and none of th...
205