how to do variables?
#1

how do you do variables i know how to do somthing like this

new test1;

test1 = IsPlayerAdmin(playerid);

how would i do a veriabel of somthing liek this

test1 = "admin level 1";
Reply
#2

https://sampwiki.blast.hk/wiki/Scripting_Basics#Strings
Reply
#3

new adminlevel[MAX_PLAYERS];

if(adminlevel[playerid]==1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)