Search Results
Hey, Is it somehow possible to use zcmd and strtok? Like.. this pawn Код: if(strcmp(cmdtext, "/white", true) == 0)    {        SetPlayerColor(playerid, COLOR_WHITE);        return 1;Â...
90
So true.. I've done some research and I have heard alot of bad stuff about them as well. I think I'll just send them an e-mail and close my server on this host. Can you recommend me a host? I know the...
347
Код: In Windows properties we are not seeing an option to specify 777, please advise. Currently we are unable to replicate this issue and you appear to be the only one reporting an issue. this i...
347
Well, I've recently started my server there. I've paid for it. Therefor I just want it fixed. I also like Vortex so I might stay if this gets cleared up. I haven't got any reply from them yet. I told...
347
I got this reply: Код: We use Windows and run TCAdmin, any advice from them on it with Windows Server 2008? Would be nice if anyone of you guys have any advice
347
On vortexservers I can't download nor upload a folder..
347
Hey, I host a server at Vortexservers, and users don't get saved to the folders. I know this is no script-related problem because I've tried different adminsystems with registration. Someone told me ...
347
So recently, I tried changing to a downloaded admin system which should work fine. I now have the same problem there. So, the problem must be as some say, the permission to the scriptfiles-folder. I h...
71
So earlier I had a problem that when people joined and registered, their accounts wouldn't save. In the scriptfilesfolder the "name".ini files weren't even made. Now those files are made but there is ...
71
You will have to explain better than this man. It might be easier if you tried to explain in ****** Translate as well.
142
I still haven't figured it out. Anyone help me out? In short, what my problem is: The accounts that gets registered when they join, don't save. No accounts show up in the folder. What's wrong?
201
That's the thing. I have created that destination but they won't save. That's why I wondered if there were something wrong with the script. But it shouldn't be. It should work..
201
pawn Код: public LoadUser_data(playerid,name[],value[]){    INI_Int("Password",PlayerInfo[playerid][pPass]);    INI_Int("Admin",PlayerInfo[playerid][pAdmin]);    INI_Int("VIP",PlayerInfo[pla...
201
pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    switch( dialogid )    {        case DIALOG_REGISTER:        {            if (!response)...
201
Hello! Merry christmas everybody! Still, I need some help, haha! Accounts won't save on my server. It used to do that, but not anymore. Is this caused by streamer of sscanf plugins? If not, I can s...
201
and 2-3 sec are way too much lol, you only need a few millisec. That's enough. But I figured it out cleaned my msg from some colors, and now it's fine. Thanks!
127
oh thanks! Is there ANY way I can expand this string?
127
This code of /ban and /Kick command doesn't show the SendClientMessage.. Why's this? Can anyone help me out? Код: CMD:kick(playerid, params[]) { if(PlayerInfo[playerid][pAdmin] >= 2) { n...
127