Search Results
Awesome work man, helped me out a lot.
6,470
Quote: Originally Posted by [..MonTaNa..] pawn Код: // Put this somewhere in your jail CMD.SetPVarInt(playerid, "Caged", = 1); pawn Код: // Put this in each teleport CMD.if(GetPVa...
130
Isn't there any spawn locations?
309
No problem P.S. If you're interested in mapping for my server, register here: Click here!
197
Nice weapon shop mate, +Rep
281
Get a spawn for where you want the train to be then add it into your script? If your saying you've already did that, then you I'm not sure what to do.. Sorry.
138
Here are the enums: pawn Код: enum pInfo{    pPass,    pCash,    pAdminLevel,    pVipLevel,    pKills,    pDeaths,    pReported,    pWarnings,    pKicks,    pRank,    pMuted...
124
Here is the code: pawn Код: public LoadUser_data(playerid, name[], value[]){    INI_Int("Password",PlayerInfo[playerid][pPass]);    INI_Int("Kills",PlayerInfo[playerid][pKills]);        I...
124
Yea, I tried, But when It came to coverting to Dini.. I'm not that good.
194
It's in a seperate filterscript, It's not in my game mode... And adding that just gives me another error... It's something to do with PlayerInfo
194
Sorry for bumping this, But I really need help ;(
194
Here's the problem... pawn Код: public OnPlayerConnect(playerid){        if(PlayerInfo[playerid][pMember] = -255;    if(PlayerInfo[playerid][pLeader] = 0;    request[playerid] = -255;  Â...
194
I've just added that, and it just gave me 26 errors.
194
pawn Код: public OnPlayerSpawn(playerid){    new filo[55];    format(filo,55,"org%d.ini",Member[playerid]);    SetPlayerColor(ID,HexToInt(dini_Get(filo,"Color")));    return 1;} Errors: ...
194
That's a unique idea, awesome work.. +Rep
324
SmithyComp, I used the name Zombie Apocalypse - SA:MP.. I scripted it from scratch, Just because it has the same name, doesn't mean it's stolen. EDIT: My gamemode's nothing like Kitten's.
529