Search Results
How to encrypt gamemode when I make it so NO ONE can read it if i want to sell it to someone or something,how to protect it from further editing Thanks.
296
Quote: Originally Posted by Tamer T CMD:kick(playerid, params[]) new id; { if (PlayerInfo[playerid][pAdmin]>1) { Kick(id); } else { SetPlayerSkin(id,29); } return 1; } Still doesn'...
350
Quote: Originally Posted by jNkk I though a kick command is to kick people... What you're trying to do ? I didn't understtand... I am learning to script and exploring new commands
350
Quote: if (PlayerInfo[playerid][pAdmin]>=1) { SetPlayerSkin(playerid,29); } That worked but it only changed my skin to 29 but Quote: else { S...
350
Quote: CMD:kick(playerid, params[]) { if (PlayerInfo[playerid][pAdmin]>1) { SetPlayerSkin(playerid,29); } else { SetPlayerSkin(playerid,31); } return 1; } ...
350
It's NOT working It kicks me even if i'm admin.
350
Quote: CMD:kick(playerid, params[]) { if (PlayerInfo[playerid][pAdmin]>1) { Kick(playerid); } else { SetPlayerSkin(playerid,29); } return 1; } /////////...
350
I would like to make File.ini and store server settings in it. For example: -How many players are on the server (server keeps record for that day and stores that file [creates backup and stores it i...
67
Trying to follow this tutorial https://sampforum.blast.hk/showthread.php?tid=352703
48
http://pastebin.com/Xajt9Phf I did that and my code fails,can anyone fix the code and tell me exacly where to put Whirpool and YSI. Thanks.
48
I want to make zombie server,NPCs are the actual zombies (Dont wanna make player zombies) and i want them to be able to kill players and players to kill them
113
Hey. Why should I delete this post ? Did I post it in the wrong section,if i did,i will delete it.
113
I want to make NPCs that spawn in random location on the map and when the player walks near NPC,for example 10 meters,NPC runs towards player and starts to punch him and that takes players HP and can ...
113