Search Results
can someone explain to me why sometimes people add "const" to their stocks, and sometimes don't? (Ex: stock(Name[]) ; stock(const Name[]))
105
I made logs for PM Command and more... but when i do PM it put it in PM + Commands and i want it only in PM... How can i do it... I tried do like this: new cmd[256], idx; cmd = strtok(cmdtext, idx); i...
76
if i have 0.3d samp, can't i join 0.3c servers?
64
how can i make some Float var to be equal to inputtext? because strval is only for numbers like 1 2 3 and they cant work on float...
88
is it possible to write quatemarks ("") in a text?
75
is there any way to make a temp but to a server without timer or anything? because i want it to work even if the server doesn't work.... like: if i give someone ban today for 7 days, and i close my se...
68
Is there any way to check what are the vehicle colors? because i want to make a file like savedpositions but that will work with AddStaticVehicleEx because i'm tired of adding Ex + Respawn_Delay... so...
75
Quote: Originally Posted by Kerlan exactly you are spammer... :P Quote: Originally Posted by Tanush123 pawn Код: if (strcmp("/car", cmdtext, true, 10) == 0) i didn't...
147
i built this command: pawn Код: if(strcmp(cmd, "/CAR", true) == 0)    {        if(!IsPlayerAdmin(playerid) && PlayerInfo[playerid][AdminLevel] < 2) return SendClientMessage(player...
147
How can i check how much time someone was in server? i mean... i want to make a "Money Giving" every hour and that the system will calculate it with the time he was connected out of the hour... how ca...
78
i searched the net for 1 explained tutorial about File Function and i couldn't found... can anyone give me a good tutorial? (Basic Functions, How to Write stuff in new line and stuff like this )
81
Quote: Originally Posted by Sascha or try to disable all filterscripts / check whether either one of them has a "return 0" at the end of "OnPlayerCommandText" thx! i'll try it... i have...
99
Sense few weeks ago any command that i am trying to add to my server it says Unkown Command... Usually i would delete the wrong command (or the latest thing i added) and try to rebuiled it but i don't...
99
how can i use "sleep" in Pawn without using any unnessecery timers... i tried to do like this sleep(60000) - for 1 minute but it didn't work...
74