Search Results
Tee, but the other said it cannot be done while ingame
145
Quote: Originally Posted by [DM]Kane In my knowledge, you can't #define something from in-game. Its a pre-processor directive. sucks, no other way or something?
145
if you can say that, but I want to know how to like switch something in the define ingame. #define Name "Anynamehere" Then under on dialogresponse i have something like this but getting errors all t...
145
I'll test it later & pm you how it goes. What about the second question?
126
Like this pawn Код: GetPVarString(playerid,"PlayerIP",IP,sizeof(IP)); That would work? I'll test it later, but what about my second question?
126
The first question is possible ive seen it before
126
1st: so no solution for this? Must be? 2st. Nope just a cmd.
126
Hi. First, when someone disconnects it always says 255.255.255.255 pawn Код: public OnPlayerDisconnect(playerid, reason){    new IP[16], string[128];     GetPlayerIp(playerid, IP, sizeof(IP)...
126
Hello, is it possible to use strdel & strfind like this With strfind you find something in a name like this fissekarl[fisse] then with strdel you delete the tags & the name inside the tags ...
52
hello, how can I check from ingame if a player on IRC is halfop and up to owner? Messageto JaTochNietDan, if you see it please check your pm about FileManager, thank you
42
When someone connects and disconnects, it sometimes says the right IP but sometimes it says 255.255.255 or something, wrong with the script? I use geo-ip plugin sometimes makes the ip a different th...
170
Then it's really ugly it will be like this Код: SERVER: 3 Attempts left // mine. SERVER: Bad admin password. Repeated attempts will get you banned. // server but as it wont work I won't use it
202
bump, also another question pawn Код: public OnRconLoginAttempt(ip[], password[], success){    for(new i = 0; i < MAX_PLAYERS; i++)    {        if(!success)        {          ...
202
admantis I got a question about your code, why do you use unformat? I never saw anything like that before, would you mind explaning ?
238
pawn Код: forward One();forward Two();//etc..public Two(){    GameTextForAll("~y~2",3000,4);    SoundForAll(1056);    return 1;}public One(){    GameTextForAll("~r~1",3000,4);    SoundFo...
202
Is it possible to use in other callbacks than OnGameModeInit?
74
when I died it spammed me.. in the console it said "fissekarl died 255" a million times
131