Search Results
Quote: Originally Posted by fatlirmorina OK, Thanks. It's not creating any file or I am missing it? [root@fm-hco pawn]# /opt/pawncc -i/opt/include /opt/include/gamemode.pwn -t4 -v2 -d3 Pa...
424
Someone had the same problem recently. There are two simple ways to fix this: 1. Move libpawnc.so to lib32 2. Use: LD_LIBRARY_PATH=folder-where-libpawnc-is /opt/Pawn/pawncc
424
I still don't understand... What system? Why do you want them to fall in water? What do you mean by "create last pos"? You can't change that vehicle despawn in water.
291
Increase size of GateInfo. And you really have over 500 gates in your database? o.O
182
Had no coding experience at all before pawn. Took me a few hours to learn the syntax. A few days to create basic functions. Months to actually be able to script something simple. (Had a full working g...
790
I don't have one. I listen to a little bit of everything. I can't even name genres :D
3,171
Then what is the problem? Players are not getting jailed, because you never put them there.
235
I guess this is supposed to put the player in jail? Code: OnPlayerCommandText (playerid, "/ time"); Please show the code in that callback. - Is the command "/ time"? - if(!strcmp(cmdtext,"/ time"))?...
235