Search Results
Hey guys, just wondering, Does anyone have a SeifAdmin plugin? Don't know if anyone has one, And yes, I've searched multiple times, something with like, IsPlayerSeifAdmin Or something Would be much ap...
40
Quote: Originally Posted by SaW_[VrTx] pawn Код: forward IsDonatorcar(vehicleid);public IsDonatorCar(vehicleid){    if(vehicleid >= *put there starting car id* && vehiclei...
122
Very Nice, I'm going to use this for my Donators :P
387
Quote: Originally Posted by jaydon every time u open a bracet ( u have to close it right Yeah.. And it is closed. Quote: Soo when if(vid == DONOR[1] || if(IsPlayerVipMembe...
122
Quote: Originally Posted by Hayden_Bruin it's this line here pawn Код: if(vid == DONOR[1] || if(IsPlayerVipMember(playerid)); You have 3 open ( and 2 closed ) God, I'm so dumb, XD ...
122
Hello, What i want today Is: that i have donator cars, Now, I have the function (IsPlayerDonator) or something like that xD it works, And i just wanted to know, how can i restrict a car to donators? I...
122
Quote: Originally Posted by dice7 Try this pawn Код: if(strcmp(cmd,"/ask",true,4)==0) // Ask's a Question{    if(!cmdtext[4])    {        SendClientMessage(playerid, COLOR_TAN,...
116
Quote: Originally Posted by Grim_ I'm thinking the format is fine, but the function "SendClientMessageToAdmins" is interfering with it somehow. Post the code for that. pawn Код: {Â...
116
Okay, I Scripted This A While Back And It's Never Worked Everytime I Go IG And Type /ask Test It Comes Up [QUESTION]John Sanders Has asked a Question: [Question: .] It Only Comes Up with Teh Dot.. ...
116
Quote: Originally Posted by FabianoC Quote: Originally Posted by John Sanders pawn Code: #include <samp>new elevador; It's Elevator, not elevador. Oh, When i Saw...
666
pawn Code: C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(10620) : error 017: undefined symbol "f"C:\DOCUME~1\Family\Desktop\SCRIPT~1\sagc.pwn(10623) : error 017: undefined symbol "COLOR" On Line 1062...
95
Do I Really Have To Keep Bumping This? It's getting Annoying..
233
Quote: Originally Posted by Joe Torran C What is a good way to tell the player what class he is looking at? I tried textdraws with [playerid] but it messes it up, Anyway any suggestions? ...
43
Quote: Originally Posted by MadeMan Show your SetPlayerClass function. pawn Код: SetPlayerClass(playerid, classid){    if(classid == 0) gTeam[playerid] = TEAM_SFPD;    else if(...
233
Quote: Originally Posted by GTAguillaume Post OnPlayerRequestClass. pawn Код: public OnPlayerRequestClass(playerid, classid){    SetPlayerClass(playerid, classid);    switch(c...
233
Okay, I Got Some Classes in My script. and at the moment i can only put two :S i don't know why, but when i try adding more they get overlapped with the other classes which i dont want.. just say i wa...
233