Search Results
Replace this pawn Код: return 0; With this: pawn Код: return SendClientMessage(playerid, COLOR_RED, "Error: Unknown Command - Use /Commands And /Teleports For More Info."); And change the ...
88
Are you willing to pay? If so how much? What gamemode/filterscript do you want? Please add more details.
95
EDIT: nvm EDIT2: I still have the same probleam.
68
Hello, I recelty made another team (team 3) And i'm having a probeam, When a player selects a skin, It tells him for all the skins "Russian Mafia" and I have 3 teams Cops, Civllians and Russian Mafia,...
68
https://sampwiki.blast.hk/wiki/PAWN_tutorial
263
Hey, I want to convert these objects Код: <map edf:definitions="editor_main"> <object id="object (CJ_sex_dildo) (1)" doublesided="false" model="2584" interior="0" dimension="0" posX=...
129
Well, that fixed the warrning, and now I got no errors/warrning, but still when I register and rejoin, it tells me to register again -.-
159
I get one warrning pawn Код: C:\Users\MarioG\Desktop\SASP\filterscripts\MafiaAdmin.pwn(193) : warning 217: loose indentationPawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB Compu...
159
I replaced it, complied, didint get errors/warrnings but it still dosen't work -.-
159
Quote: Originally Posted by Millionaire Very nice Thanks
346
Hey Guys, I recently made a Admin script, but there is a probleam with the registerion. When a player registers it saves his file into scriptfiles > Players, but when he rejoins, it tells him to re...
159
So I created this under OnPlayerSpawn: pawn Код: new rand = random(sizeof(RandomSpawn));    // SetPlayerPos to the random spawn data    SetPlayerPos(playerid, CivSpawns[spawn][SpawnX], CivSpa...
126
pawn Код: public OnPlayerRequestClass(playerid, classid){    SetupPlayerForClassSelection(playerid)        if(classid == 0 || classid == 1 || classid == 2 || classid == 3)    {        ...
207
I am having problems creating a skin only for admins to use. Here are the codes I have so far. I have this under GameModeInit pawn Код: //Adminstator Skin    AddPlayerClass(294,1759.0189,-1898...
99