Search Results
Solved it, just needed to TogglePlayerSpectating and PlayerSpectatePlayer.
301
I must have skipped over the plugins then, Ill go search even more.
228
Does it create a local database, or do I need to have a server?
228
I need to get the file name of all the files in a specific folder/directory. This poses a problem because you cannot easily achieve this considering there are not any functions to handle this in pawn ...
228
I figured it out haha, sorry for wasting your time. I read the Beginner's Guide: Single/Two/Multi-dimensional Arrays guide and figured out that I needed to use a multi-array and iterate through the di...
200
I have a very vague understanding of Array's because I just started programming in PAWN again. I have been off doing languages such as Java. Any ways, I'm trying to make an array of Text that will be...
200
Fixed all the brackets, sadly that did not do the trick.
386
Alright, used the program. Everything is fine, so what else causes crashes? or is it o.o
386
I have over 40 thousand lines. That might take a few days lol. This forum requires that you wait 120 seconds between posts. Please try again in 54 seconds... Previous posts were before your post wa...
386
Is there any way to find where the problem occurs?
386
Alright I will check through all the lines to see where a bracket is missing. Thank you.
386
What are some causes that will make it do this?
386
Quote: Originally Posted by dr.pepper This should be made as a Stock. Yes, i noticed his mistake and fixed it. Either way it did not change anything, and at the other dude, yes.
320
Quote: Originally Posted by Macluawn pawn Код: dcmd_warn(playerid,params[]){    new sname[MAX_PLAYER_NAME],        gname[MAX_PLAYER_NAME],        player,        reason, ...
159
Quote: Originally Posted by varthshenon pawn Код: OnSomeWhereYouWantIt(playerid,blahblahblah)dini_Set(file,"IP",GetPlaeyrIP2(playerid));GetPlayerIP2(playerid){    new IP[24];    Ge...
320
Quote: Originally Posted by varthshenon pawn Код: GetPlayerIP2(playerid){    new IP[24];    GetPlayerIp(playerid,IP,24);    return IP;} did not work
320
Code is quite simple, pawn Код: GetPlayerIp(playerid,ip,sizeof(ip)); pawn Код: dini_Set(file,"IP",ip);
320
Alright, i have an annoying problem that reoccurs when i try to write a players ip to file. Include used to write file: Dini Now when it writes the file, after the execution of /register, and eve...
320
Well, this is a weird bug, its with the command IsPlayerConnected. It tells me the player is not connected when he actually is... code: pawn Код: dcmd_warn(playerid,params[]){    if(Info[pla...
159