Search Results
PHP код: CMD:freezeall(playerid,params[]) { #pragma unused params if(PlayerInfo[playerid][Level] >= 5) { CMDMessageToAdmins(playerid,"FREEZEALL"); for(new i = 0; i < MAX_PLAYE...
70
Thank you! Tried to figure this out for hours..
113
I'm getting a Run time error 19 when i try to use whirlpool. Have I not installed it the right way or what?
113
I'm having trouble with using the Whirlpool hashing, I'm getting a Run time error 19, when i try to use whirlpool, have I not installed it the right way or what?
66
Thanks, but I've tried using it, and i just get a "runningerror"..
113
Thanks, but how do i use it with SII?
113
I just started scripting, but you obviously need to define a lot of things. maybe you forgot to #include something Try to add this on top of your Script, i think it might remove an error or two: PH...
65
Hi guys, I am making a Roleplay server script from scratch and I can't find out how to hash the stored passwords, and this is obviously a step you don't want to skip. Can't remember what to search fo...
113
I am planning to make a roleplay script, but when i try to run the gamemode i get an error saying: Run time error 19: "File or function is not found", i am suspecting it might be a problem with the "S...
60
I need some help understanding mysql... I cannot find any tutorials on the web..
68
Like you can 'fly' and you can walk though walls
88
I need help to make a /noclip command, i am using zcmd, i have searched the web, but i couldn't find any..
88
I'm not sure if i understood but i will try to show u, using zcmd.. at the very top: Код: #include <zcmd> #include <a_samp> on the top of your script: Код: new Float:x, Float:y, ...
45
It's something you recently scripted.. i had the same problem, was it something you didn't fully understand maybe? like you think it should work but you're not sure..? If yes post it so i can see if i...
150
Do you know if There is a reload animation?
162
Thanks guys you gave me the idea of using timers and stuff.. (Like when u press 'r' you will get 0 ammo and it will send you a client message 'reloading'.. (Or a gametext) and you will have to wait 3...
162
so i can do Code: if(GetPlayerWeapon(playerid) == 22) { GivePlayerWeapon(playerid, 22, 0); GivePlayerWeapon(playerid, PlayerInfo[playerid][pWep2a]); //ammo }
162
is it possible to make a /reload command to reload your weapons?
162
Is there a way to make something like /forcecommand [playerid] [command] And i know this is possible but i don't remember how to..: /dance [1-5]
74